Sounds use GTA frontend sound sets; adjust them in Config.GameSettings.sounds.
To expose more exports (e.g. isMinigameActive), enable them in Config.Exports and implement the logic in client/client.lua (currently only startWiringMinigame is wired up).
Integration
Call the startWiringMinigame export from your script (see exports.md) and provide success/failure callbacks.
Use the fs_wiring:minigameCompleted server event for logging or additional handling.